SySSBErrorsHistory 
Logical Entity Name  SySSBErrorsHistory 
Default Table Name  SySSBErrorsHistory 
Physical Only  NO 
Definition 
 
Note 
 

SySSBErrorsHistory Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SySSBErrorsHistoryID(PK)    int  NO 
 
SySSBErrorsID    int  NO 
 
ObjectName    char(10)  NO 
 
ServiceName    char(10)  NO 
 
ContractName    char(10)  NO 
 
MessageType    nvarchar(256)  NO 
 
ErrorNumber    int  YES 
 
ErrorDescription    varchar(4000)  YES 
 
ErrorLine    int  YES 
 
ErrorMsg    xml  YES 
 
OrigUserId    int  YES 
 
OrigDateAdded    datetime  NO 
 
UserId    int  YES 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
ActionTaken    varchar(12)  YES 
 

SySSBErrorsHistory Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SySSBErrorsHistory_SySSBErrorsHistoryID  PrimaryKey  SySSBErrorsHistoryID 

SySSBErrorsHistory Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SySSBErrorsHistory Check Constraints 
Check Constraint Name  CheckConstraint